Revert "Convert all pending X events in _gdk_events_queue"
authorAlexander Larsson <alexl@redhat.com>
Fri, 23 Jan 2009 19:11:21 +0000 (20:11 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:26 +0000 (10:15 +0200)
commit19cd4d6af8cbc4dc878887221d4530e267d3ab45
treeb2d1798f4d9a084be5362ef5a6fad415cc722da3
parent6a0d317866ff8f8c3e7efefa44f982f7bcbbc3b8
Revert "Convert all pending X events in _gdk_events_queue"

This reverts commit 7cc15ec6ea1504133dfe6febbdb12615550bb966.

Its risky to convert all the events in a go like this, as it
increases the out-of-order issues. It also isn't a full solution
to the motion hint issue as it will only work for the events
we happen to convert. It would be better to use serials to
handle motion hinting.
gdk/x11/gdkevents-x11.c